AttachmentMethod Enumeration

Represents the way the contents of an attachment can be accessed.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public enum AttachmentMethod

Members

NoAttachment0 The attachment has just been created.
AttachByValue1 The DataObject property contains the attachment data.
AttachByReference2 The PathName or the LongPathName property contains a fully-qualified path identifying the attachment to recipients with access to a common file server.
AttachByReferenceResolve3 The PathName or the LongPathName property contains a fully-qualified path identifying the attachment.
AttachByReferenceOnly4 The PathName or the LongPathName property contains a fully-qualified path identifying the attachment.
EmbeddedMessage5 The DataObject property contains an embedded Message object.
Ole6 The attachment is an embedded OLE object
AttachByWebReference7 
None8 None

See Also